From: Dario Faggioli Date: Tue, 21 Feb 2017 11:56:24 +0000 (+0100) Subject: tracing: xenalyze: kill spurious ", " in Credit1 traces. X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2395 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=bd819203e05b5204b5d6911294149609cf436387;p=xen.git tracing: xenalyze: kill spurious ", " in Credit1 traces. Signed-off-by: Dario Faggioli Acked-by: George Dunlap --- diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c index 68ffcc232f..029c89d20c 100644 --- a/tools/xentrace/xenalyze.c +++ b/tools/xentrace/xenalyze.c @@ -7633,7 +7633,7 @@ void sched_process(struct pcpu_info *p) unsigned int cpu:16, tasklet:8, idle:8; } *r = (typeof(r))ri->d; - printf(" %s csched:schedule cpu %u, %s%s\n", + printf(" %s csched:schedule cpu %u%s%s\n", ri->dump_header, r->cpu, r->tasklet ? ", tasklet scheduled" : "", r->idle ? ", idle" : ", busy");